home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue45
/
Construc
/
BOBNOTES.IDL
< prev
next >
Wrap
Text File
|
2000-11-02
|
353b
|
17 lines
module BobNotes
{
interface ICorBobNotes;
interface ICorBobNotes
{
void GetLines(in wstring User, in wstring Password, out wstring Lines);
void SetLines(in wstring User, in wstring Password, in wstring Lines);
};
interface CorBobNotesFactory
{
ICorBobNotes CreateInstance(in string InstanceName);
};
};